AppDimensProvider

fun AppDimensProvider(content: () -> Unit)

EN Provider that automatically computes and provides the UiModeType (including foldables) to all child components. Recommended for performance: without it, getCurrentUiModeType falls back to UiModeType.fromConfiguration on every *Mode / *Screen facilitator call. See the root README section Performance: DimenCache → Integration checklist.

PT Provedor que computa e fornece o UiModeType (incl. dobráveis). Recomendado para desempenho: sem ele, getCurrentUiModeType recalcula via UiModeType.fromConfiguration em cada chamada às extensões *Mode / *Screen.